HomeSort by relevance Sort by last modified time
    Searched defs:NewC (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
ValueList.cpp 195 Constant *NewC;
197 NewC = ConstantArray::get(UserCA->getType(), NewOps);
199 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
201 NewC = ConstantVector::get(NewOps);
204 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
207 UserC->replaceAllUsesWith(NewC);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 795 Constant *NewC = cast<Constant>(*i);
797 if (ConstantExpr *NewCE = dyn_cast<ConstantExpr>(NewC))
798 NewC = ConstantFoldConstantExpression(NewCE, TD);
799 Ops.push_back(NewC);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 331 Constant *NewC;
333 NewC = ConstantArray::get(UserCA->getType(), NewOps);
335 NewC = ConstantStruct::get(UserCS->getType(), NewOps);
337 NewC = ConstantVector::get(NewOps);
340 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps);
343 UserC->replaceAllUsesWith(NewC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 804 Comdat *NewC = M.getOrInsertComdat(NewName);
805 NewC->setSelectionKind(C->getSelectionKind());
808 GO.setComdat(NewC);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 971 Constant *NewC =
973 return new ZExtInst(Builder.CreateNUWAdd(X, NewC), Ty);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineVectorOps.cpp     [all...]
InstructionCombining.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp 556 int32_t NewC = C->getValue();
558 NewC &= ~(0x80000000l >> ShAmt);
560 NewC = (NewC << ShAmt) >> ShAmt;
562 Src1 = Ctx->getConstantInt32(NewC);
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 373 SDValue NewC = DAG.getConstant(Demanded & C, DL, VT);
374 SDValue NewOp = DAG.getNode(Opcode, DL, VT, Op.getOperand(0), NewC);
    [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1293 milliseconds