Searched defs:Int1Ty (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp236 Type *Int1Ty = Type::getInt1Ty(U->getContext()); local
238 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp198 Type *Int1Ty = Type::getInt1Ty(Context); local
210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContextImpl.h174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
/external/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp218 IntegerType *Int1Ty; member in struct:__anon14643::LowerTypeTests
485 PHINode *P = B.CreatePHI(Int1Ty, 2);
486 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB);
996 LTT->Int1Ty = Type::getInt1Ty(M.getContext());
/external/llvm/lib/IR/
H A DLLVMContextImpl.h1110 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty; member in class:llvm::LLVMContextImpl

Completed in 432 milliseconds