Home
last modified time | relevance | path

Searched refs:CreateLogicalOr (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp238 Value *Ret0 = Builder.CreateLogicalOr(Ret0_3, Ret0_4); in generateUnsignedDivisionCode()
241 Value *EarlyRet = Builder.CreateLogicalOr(Ret0, RetDividend); in generateUnsignedDivisionCode()
H A DSimplifyCFG.cpp3839 return Builder.CreateLogicalOr(LHS, RHS, Name); in createLogicalOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCheckAndAdjustIR.cpp300 Replacement = Builder.CreateLogicalOr(LHS, RHS); in sinkMinMaxInBB()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1736 Value *CreateLogicalOr(Value *Cond1, Value *Cond2, const Twine &Name = "") {
1748 return CreateLogicalOr(Cond1, Cond2, Name);
1756 Value *CreateLogicalOr(ArrayRef<Value *> Ops) { in CreateLogicalOr() function
1760 Accum = CreateLogicalOr(Accum, Ops[i]); in CreateLogicalOr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3257 SI, Builder.CreateLogicalOr(A, Builder.CreateOr(B, FalseVal))); in foldSelectOfBools()
4238 Value *Or = Builder.CreateLogicalOr(CondVal, FalseSI->getCondition()); in visitSelectInst()
H A DInstructionCombining.cpp4043 Value *Or = Builder.CreateLogicalOr(NotX, Y); in visitBranchInst()
H A DInstCombineAndOrXor.cpp1308 : Builder.CreateLogicalOr(Cmp0, SubstituteCmp); in foldAndOrOfICmpsWithConstEq()