Searched defs:SimplifyAndInst (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1563 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyAndInst() function 1675 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const DataLayout &DL, in SimplifyAndInst() function in llvm
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1944 static Value *SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyAndInst() function 2094 Value *llvm::SimplifyAndInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyAndInst() function in llvm
|