Home
last modified time | relevance | path

Searched refs:NestF (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1259 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local
1260 PointerType *NestFPTy = cast<PointerType>(NestF->getType()); in transformCallThroughTrampoline()
1263 const AttrListPtr &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()
1358 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()
1359 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()
1388 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()
1389 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2906 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local
2907 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline()
2909 const AttributeSet &NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()
3012 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()
3013 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()
3045 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()
3046 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4400 Function *NestF =cast<Function>(Tramp->getArgOperand(1)->stripPointerCasts()); in transformCallThroughTrampoline() local
4401 FunctionType *NestFTy = cast<FunctionType>(NestF->getValueType()); in transformCallThroughTrampoline()
4403 AttributeList NestAttrs = NestF->getAttributes(); in transformCallThroughTrampoline()
4492 NestF->getType() == PointerType::getUnqual(NewFTy) ? in transformCallThroughTrampoline()
4493 NestF : ConstantExpr::getBitCast(NestF, in transformCallThroughTrampoline()
4527 NestF->getType() == PTy ? NestF : in transformCallThroughTrampoline()
4528 ConstantExpr::getBitCast(NestF, PTy); in transformCallThroughTrampoline()