Searched defs:setCondition (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp97 static void setCondition(Instruction *I, Value *NewCond) { function in namespace:__anon5642
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1775 void setCondition(Value *V) { Op<0>() = V; } function in class:llvm::SelectInst
3067 void setCondition(Value *V) { function in class:llvm::ShuffleVectorInst::BranchInst
3331 void setCondition(Value *V) { setOperand(0, V); } function in class:llvm::ShuffleVectorInst::SwitchInst
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h444 void setCondition(Expr *Cond) { Condition = Cond; } function in class:clang::OMPIfClause
535 void setCondition(Expr *Cond) { Condition = Cond; } function in class:clang::OMPFinalClause

Completed in 137 milliseconds