Searched defs:FoldOrWithConstants (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 1690 /// FoldOrWithConstants - This helper function folds: 1699 Instruction *InstCombiner::FoldOrWithConstants(BinaryOperator &I, Value *Op, function in class:InstCombiner 1897 Instruction *Ret = FoldOrWithConstants(I, Op1, V1, B, C); 1903 Instruction *Ret = FoldOrWithConstants(I, Op0, A, V1, D);
|
Completed in 35 milliseconds