HomeSort by relevance Sort by last modified time
    Searched defs:Int1Ty (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 236 Type *Int1Ty = Type::getInt1Ty(U->getContext());
238 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContextImpl.h 174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
  /external/llvm/unittests/IR/
ConstantsTest.cpp 198 Type *Int1Ty = Type::getInt1Ty(Context);
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 218 IntegerType *Int1Ty;
485 PHINode *P = B.CreatePHI(Int1Ty, 2);
486 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB);
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h     [all...]

Completed in 1849 milliseconds