Searched defs:isTrue (Results 1 – 11 of 11) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 69 MCRegister &PredReg, bool &isTrue) { in initReg() argument 95 bool isTrue = false; in init() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | InclusionRewriter.cpp | 487 bool isTrue = IsIfAtLocationTrue(RawToken.getLocation()); in Process() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | SelectOptimize.cpp | 533 getTrueOrFalseValue(SelectOptimizeImpl::SelectLike SI,bool isTrue,const SmallPtrSet<const Instruction *,2> & Selects,IRBuilder<> & IB) getTrueOrFalseValue() argument
|
H A D | CodeGenPrepare.cpp | 7027 getTrueOrFalseValue(SelectInst * SI,bool isTrue,const SmallPtrSet<const Instruction *,2> & Selects) getTrueOrFalseValue() argument
|
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ |
H A D | Deserializer.cpp | 1372 processConstantBool(bool isTrue,ArrayRef<uint32_t> operands,bool isSpec) processConstantBool() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 1953 const bool isTrue = coverIfConstexpr() local
|
/llvm-project/mlir/lib/Rewrite/ |
H A D | ByteCode.cpp | 1268 void selectJump(bool isTrue) { selectJump(size_t(isTrue ? 0 : 1)); } in selectJump()
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 704 auto isTrue = rewriter.create<mlir::LLVM::ICmpOp>( matchAndRewrite() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 2218 auto HexagonVectorCombine::isTrue(const Value *Val) const -> bool { in isTrue() function in HexagonVectorCombine
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 411 bool isTrue() const { return X == 1; } in isTrue() function in __anon36ae77d00211::TryResult [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 4591 setIsConditionTrue(bool isTrue) setIsConditionTrue() argument
|