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

  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 92 bool &getBool() {
112 bool getBool() const {
  /src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
MsgPackDocument.cpp 269 MPWriter.write(Node.getBool());
MsgPackDocumentYAML.cpp 90 StringRef Err = yaml::ScalarTraits<bool>::input(S, nullptr, getBool());
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h 91 static ConstantInt *getBool(LLVMContext &Context, bool V);
94 static Constant *getBool(Type *Ty, bool V);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp 861 ConstantInt *ConstantInt::getBool(LLVMContext &Context, bool V) {
881 Constant *ConstantInt::getBool(Type *Ty, bool V) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2675 llvm::ConstantInt::getBool(CondTy, LH == Stmt::LH_Likely);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 373 ConstantInt::getBool(I.getContext(), I.hasNoSignedWrap()));
InstCombineCalls.cpp 1012 ConstantInt::getBool(II->getContext(), IntMinIsPoison));
InstCombineCompares.cpp 5092 I, ConstantInt::getBool(I.getType(), Pred == CmpInst::ICMP_NE));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 1731 ConstantInt::getBool(InitX->getContext(), ZeroCheck)};
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 289 ICmp->replaceAllUsesWith(ConstantInt::getBool(ICmp->getContext(), *Ev));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 10254 ConstantInt::getBool(FoundCondValue->getContext(), Inverse))

Completed in 56 milliseconds