Home
last modified time | relevance | path

Searched refs:FoldOrWithConstants (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h128 Instruction *FoldOrWithConstants(BinaryOperator &I, Value *Op,
DInstCombineAndOrXor.cpp1733 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/
DInstCombineInternal.h255 Instruction *FoldOrWithConstants(BinaryOperator &I, Value *Op, Value *A,
DInstCombineAndOrXor.cpp2070 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()