Searched refs:FoldOrWithConstants (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 128 Instruction *FoldOrWithConstants(BinaryOperator &I, Value *Op,
|
D | InstCombineAndOrXor.cpp | 1733 Instruction *InstCombiner::FoldOrWithConstants(BinaryOperator &I, Value *Op, in FoldOrWithConstants() function in InstCombiner 1931 Instruction *Ret = FoldOrWithConstants(I, Op1, V1, B, C); in visitOr() 1937 Instruction *Ret = FoldOrWithConstants(I, Op0, A, V1, D); in visitOr()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 255 Instruction *FoldOrWithConstants(BinaryOperator &I, Value *Op, Value *A,
|
D | InstCombineAndOrXor.cpp | 2070 Instruction *InstCombiner::FoldOrWithConstants(BinaryOperator &I, Value *Op, in FoldOrWithConstants() function in InstCombiner 2305 Instruction *Ret = FoldOrWithConstants(I, Op1, V1, B, C); in visitOr() 2311 Instruction *Ret = FoldOrWithConstants(I, Op0, A, V1, D); in visitOr()
|