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

12

  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 554 Constant *Res = ConstantInt::get(Type::getInt1Ty(CI.getContext()),
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 492 Res = ConstantInt::get(Type::getInt1Ty(LHS->getContext()), ResT);
    [all...]
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 138 return llvm::Type::getInt1Ty(ctx);
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
CGExpr.cpp     [all...]
CGBuiltin.cpp 348 CI = ConstantInt::get(Builder.getInt1Ty(), (val & 0x2) >> 1);
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp 67 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext()))
75 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) {
    [all...]
Core.cpp 184 return (LLVMTypeRef) Type::getInt1Ty(*unwrap(C));
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1101 milliseconds

12