HomeSort by relevance Sort by last modified time
    Searched refs:CreatePHI (Results 1 - 25 of 25) sorted by null

  /external/llvm/unittests/Transforms/Utils/
Local.cpp 29 PHINode *phi = builder.CreatePHI(Type::getInt32Ty(C), 2);
46 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
51 phi = builder.CreatePHI(Type::getInt32Ty(C), 0);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 553 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
595 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 657 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
699 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
  /external/llvm/examples/BrainF/
BrainF.cpp 451 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
  /external/llvm/unittests/VMCore/
InstructionsTest.cpp 236 Instruction *I = Builder.CreatePHI(Builder.getDoubleTy(), 0);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 722 llvm::PHINode *RealPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.r");
727 llvm::PHINode *ImagPN = Builder.CreatePHI(LHS.first->getType(), 2, "cond.i");
CodeGenFunction.cpp 718 llvm::PHINode *cur = Builder.CreatePHI(i8p, 2, "vla.cur");
837 llvm::Value *DestVal = TmpBuilder.CreatePHI(Int8PtrTy, 0,
    [all...]
CGClass.cpp 207 llvm::PHINode *PHI = Builder.CreatePHI(Value->getType(), 2);
265 llvm::PHINode *PHI = Builder.CreatePHI(Value->getType(), 2);
    [all...]
CGExprCXX.cpp     [all...]
CGExprScalar.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGVTables.cpp 210 llvm::PHINode *PHI = CGF.Builder.CreatePHI(ReturnValue->getType(), 2);
CGExprAgg.cpp 489 Builder.CreatePHI(element->getType(), 2, "arrayinit.cur");
    [all...]
ItaniumCXXABI.cpp 286 llvm::PHINode *Callee = Builder.CreatePHI(FTy->getPointerTo(), 2);
    [all...]
CGDecl.cpp     [all...]
CGObjC.cpp     [all...]
CGBuiltin.cpp 485 Builder.CreatePHI(ConvertType(E->getArg(0)->getType()), 4,
    [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 753 PHINode *PN = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2,
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/include/llvm/Support/
IRBuilder.h     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 607 milliseconds