Searched refs:extractAlignmentInfo (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | AlignmentFromAssumptions.h | 39 bool extractAlignmentInfo(CallInst *I, Value *&AAPtr, const SCEV *&AlignSCEV,
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | AlignmentFromAssumptions.h | 45 bool extractAlignmentInfo(CallInst *I, Value *&AAPtr, const SCEV *&AlignSCEV,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 200 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo() function in AlignmentFromAssumptionsPass 297 if (!extractAlignmentInfo(ACall, AAPtr, AlignSCEV, OffSCEV)) in processAssumption()
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 200 bool AlignmentFromAssumptionsPass::extractAlignmentInfo(CallInst *I, in extractAlignmentInfo() function in AlignmentFromAssumptionsPass 297 if (!extractAlignmentInfo(ACall, AAPtr, AlignSCEV, OffSCEV)) in processAssumption()
|