Searched refs:FoldShiftByConstant (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 37 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms() 311 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, ConstantInt *Op1, in FoldShiftByConstant() function in InstCombiner
|
D | InstCombine.h | 155 Instruction *FoldShiftByConstant(Value *Op0, ConstantInt *Op1,
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms() 322 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant() function in InstCombiner
|
D | InstCombineInternal.h | 288 Instruction *FoldShiftByConstant(Value *Op0, Constant *Op1,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineShifts.cpp | 39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I)) in commonShiftTransforms() 347 Instruction *InstCombiner::FoldShiftByConstant(Value *Op0, Constant *Op1, in FoldShiftByConstant() function in InstCombiner
|
D | InstCombineInternal.h | 369 Instruction *FoldShiftByConstant(Value *Op0, Constant *Op1,
|