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