HomeSort by relevance Sort by last modified time
    Searched refs:getInt1Ty (Results 26 - 48 of 48) sorted by null

12

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 144 if (ZI->getOperand(0)->getType() == Builder.getInt1Ty()) {
383 return llvm::ConstantInt::get(Builder.getInt1Ty(), E->getValue());
    [all...]
CGException.cpp     [all...]
CGObjCGNU.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExpr.cpp     [all...]
CGObjCMac.cpp     [all...]
CGBuiltin.cpp 414 CI = ConstantInt::get(Builder.getInt1Ty(), (val & 0x2) >> 1);
    [all...]
  /external/llvm/lib/Analysis/
LazyValueInfo.cpp 797 Type::getInt1Ty(Val->getContext()), isTrueDest));
    [all...]
ConstantFolding.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 68 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext()))
76 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) {
    [all...]
ConstantFold.cpp     [all...]
Core.cpp 297 return (LLVMTypeRef) Type::getInt1Ty(*unwrap(C));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 271 Boolean = Type::getInt1Ty(Context);
JumpThreading.cpp 517 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 748 auto Tyi1 = Builder->getInt1Ty();
    [all...]
InstCombineCasts.cpp 566 Constant *Res = ConstantInt::get(Type::getInt1Ty(CI.getContext()),
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 611 milliseconds

12