Home
last modified time | relevance | path

Searched refs:FoldXorWithConstants (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h257 Instruction *FoldXorWithConstants(BinaryOperator &I, Value *Op, Value *A,
DInstCombineAndOrXor.cpp2099 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()