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

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 228 const llvm::APSInt &NewV = getBasicVals().Convert(T, *Int);
231 return loc::ConcreteInt(NewV);
233 return nonloc::ConcreteInt(NewV);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 706 static bool OptimizeAwayTrappingUsesOfValue(Value *V, Constant *NewV) {
711 LI->setOperand(0, NewV);
715 SI->setOperand(1, NewV);
723 CS.setCalledFunction(NewV);
729 CS.setArgument(i, NewV);
740 NewV, CI->getType()));
757 ConstantExpr::getGetElementPtr(NewV, Idxs));
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 758 // newv = undef
763 // newv = insert newv, x, i
766 Value* NewV = llvm::UndefValue::get(RTy);
781 NewV = Builder.CreateInsertElement(NewV, VExt, Indx, "shuf_ins");
783 return NewV;
    [all...]

Completed in 41 milliseconds