Searched defs:NewCond (Results 1 – 8 of 8) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 957 Value *NewCond = Builder->CreateFCmp(InvPred, TrueVal, FalseVal, in visitSelectInst() local 998 Value *NewCond = Builder->CreateFCmp(InvPred, FalseVal, TrueVal, in visitSelectInst() local
|
H A D | InstructionCombining.cpp | 2104 Value *NewCond = Builder->CreateTrunc(SI.getCondition(), Ty, "trunc"); in visitSwitchInst() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCCTRLoops.cpp | 554 Value *NewCond = CondBuilder.CreateCall(DecFunc); in convertToCTRLoop() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 931 SmallVector<MachineOperand, 4> NewCond(Cond); in TailMergeBlocks() local 1319 SmallVector<MachineOperand, 4> NewCond(CurCond); in OptimizeBlock() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1709 ISD::CondCode NewCond = Cond; in SimplifySetCC() local 1821 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 2197 Value *NewCond = PBI->getCondition(); in FoldBranchToCommonDest() local 2248 Instruction *NewCond = in FoldBranchToCommonDest() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2087 ICmpInst *NewCond = in OptimizeMax() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 15753 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerSELECT() local 16290 SDValue NewCond = LowerSETCC(Cond, DAG); in LowerBRCOND() local
|