Searched refs:ConstantFoldLoadThroughBitcast (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 212 return ConstantFoldLoadThroughBitcast( in ComputeLoadResult() 244 ConstantFoldLoadThroughBitcast(CE, CE->getOperand(0)->getType(), DL)); in getCalleeWithFormalArgs() 261 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams() 281 RV = ConstantFoldLoadThroughBitcast(RV, FT->getReturnType(), DL); in castCallResultIfNeeded() 342 while (!(NewVal = ConstantFoldLoadThroughBitcast(Val, NewTy, DL))) { in EvaluateBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 153 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 497 Constant *ConstantFoldLoadThroughBitcast(ConstantExpr *CE, Type *DestTy, in ConstantFoldLoadThroughBitcast() function 571 if (Constant *LoadedC = ConstantFoldLoadThroughBitcast(CE, Ty, DL)) in ConstantFoldLoadFromConstPtr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 323 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast() function in llvm 587 return llvm::ConstantFoldLoadThroughBitcast(C, DestTy, DL); in ConstantFoldLoadThroughBitcastExpr()
|