HomeSort by relevance Sort by last modified time
    Searched refs:IfTrue (Results 1 - 7 of 7) sorted by null

  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 111 bool IfTrue = false;
113 IfTrue = true;
115 EXPECT_FALSE(IfTrue);
119 IfTrue = false;
121 IfTrue = true;
123 EXPECT_TRUE(IfTrue);
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 234 Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 689 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/Tail, Cond);
725 BranchInst::Create(/*ifTrue*/ThenBlock, /*ifFalse*/ElseBlock, Cond);
741 Value *llvm::GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
796 IfTrue = Pred1;
800 IfTrue = Pred2;
824 IfTrue = Pred1;
827 IfTrue = Pred2
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 731 BranchInst::BranchInst(BasicBlock *IfTrue, Instruction *InsertBefore)
732 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
735 assert(IfTrue && "Branch destination may not be null!");
736 Op<-1>() = IfTrue;
738 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *IfFalse, Value *Cond,
740 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
743 Op<-1>() = IfTrue;
751 BranchInst::BranchInst(BasicBlock *IfTrue, BasicBlock *InsertAtEnd)
752 : TerminatorInst(Type::getVoidTy(IfTrue->getContext()), Instruction::Br,
755 assert(IfTrue && "Branch destination may not be null!")
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 219 milliseconds