Home
last modified time | relevance | path

Searched defs:CreateAnd (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFolder.h106 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd() function
H A DNoFolder.h135 Instruction *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd() function
H A DIRBuilder.h1376 Value *CreateAnd(ArrayRef<Value*> Ops) { in CreateAnd() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h102 Constant *CreateAnd(Constant *LHS, Constant *RHS) const override { in CreateAnd() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp139 bool CreateAnd = false; in foldSelectICmpAnd() local