Searched defs:getCondition (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h493 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::OMPIfClause
567 Expr *getCondition() const { return cast_or_null<Expr>(Condition); } function in class:clang::OMPFinalClause
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h570 const Expr *getCondition() const { return Condition; } function in class:clang::ento::SwitchNodeBuilder
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DASTTableGen.h406 llvm::StringRef getCondition() const { function in class:clang::tblgen::Property
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1768 const Value *getCondition() const { return Op<0>(); } function in class:llvm::SelectInst
1771 Value *getCondition() { return Op<0>(); } function in class:llvm::SelectInst
3062 Value *getCondition() const { function in class:llvm::ShuffleVectorInst::BranchInst
3330 Value *getCondition() const { return getOperand(0); } function in class:llvm::ShuffleVectorInst::SwitchInst
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp81 static Value *getCondition(Instruction *I) { function in namespace:__anon2676
[all...]

Completed in 183 milliseconds