Searched refs:FoldXorWithConstants (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 257 Instruction *FoldXorWithConstants(BinaryOperator &I, Value *Op, Value *A,
|
D | InstCombineAndOrXor.cpp | 2099 Instruction *InstCombiner::FoldXorWithConstants(BinaryOperator &I, Value *Op, in FoldXorWithConstants() function in InstCombiner 2317 Instruction *Ret = FoldXorWithConstants(I, Op1, V1, B, C); in visitOr() 2323 Instruction *Ret = FoldXorWithConstants(I, Op0, A, V1, D); in visitOr()
|