HomeSort by: relevance | last modified time | path
    Searched defs:Int1Ty (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 265 Type *Int1Ty = Type::getInt1Ty(U->getContext());
267 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PoisonChecking.cpp 262 auto * const Int1Ty = Type::getInt1Ty(F.getContext());
269 auto *NewPHI = PHINode::Create(Int1Ty, OldPHI->getNumIncomingValues());
271 NewPHI->addIncoming(UndefValue::get(Int1Ty),
SanitizerCoverage.cpp 244 *Int16Ty, *Int8Ty, *Int8PtrTy, *Int1Ty, *Int1PtrTy;
421 Int1Ty = IRB.getInt1Ty();
746 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName);
939 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr);
943 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp 611 auto *Int1Ty = Type::getInt1Ty(Builder.getContext());
612 auto *PredTy = FixedVectorType::get(Int1Ty, State.VF.getKnownMinValue());
  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 1432 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 392 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext());
817 PHINode *P = B.CreatePHI(Int1Ty, 2);
818 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB);

Completed in 22 milliseconds