HomeSort by: relevance | last modified time | path
    Searched refs:CreateLogicalAnd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 1540 Value *CreateLogicalAnd(Value *Cond1, Value *Cond2, const Twine &Name = "") {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 3048 Value *And = Builder.CreateLogicalAnd(CondVal, TrueSI->getCondition());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 2985 return Builder.CreateLogicalAnd(LHS, RHS, Name);

Completed in 89 milliseconds