Searched refs:getAnd (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 107 return ConstantExpr::getAnd(LHS, RHS); in CreateAnd()
|
H A D | Constants.h | 992 static Constant *getAnd(Constant *C1, Constant *C2);
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetFolder.h | 103 return Fold(ConstantExpr::getAnd(LHS, RHS)); in CreateAnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 267 return ConstantExpr::getAnd(LHS, RHS); in ExtractConstantBytes() 1520 return ConstantExpr::getAnd(C1, C2); in ConstantFoldBinaryInstruction()
|
H A D | Constants.cpp | 2737 Constant *ConstantExpr::getAnd(Constant *C1, Constant *C2) { in getAnd() function in ConstantExpr
|
H A D | Core.cpp | 1646 return wrap(ConstantExpr::getAnd(unwrap<Constant>(LHSConstant), in LLVMConstAnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 214 } else if (ACst && CCst && ConstantExpr::getAnd(ACst, CCst) == CCst) { in getMaskedICmpType() 224 } else if (BCst && CCst && ConstantExpr::getAnd(BCst, CCst) == CCst) { in getMaskedICmpType()
|
H A D | InstCombineCompares.cpp | 194 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst); in foldCmpLoadFromIndexedGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1351 Input = ConstantExpr::getAnd(Input, Mask); in ConstantFoldCastOperand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 1179 See the method [llvm::ConstantExpr::getAnd]. *)
|