Home
last modified time | relevance | path

Searched refs:getWithOperands (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCanonicalizeAliases.cpp59 return CE->getWithOperands(Ops); in canonicalizeAlias()
DValueMapper.cpp474 return getVM()[V] = CE->getWithOperands(Ops, NewTy, false, NewSrcTy); in mapValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp213 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h1230 Constant *getWithOperands(ArrayRef<Constant*> Ops) const {
1231 return getWithOperands(Ops, getType());
1243 Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp570 return CE->getWithOperands( in cloneConstantExprWithNewAddressSpace()
575 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp1285 return getWithOperands(NewOps); in getWithOperandReplaced()
1288 Constant *ConstantExpr::getWithOperands(ArrayRef<Constant *> Ops, Type *Ty, in getWithOperands() function in ConstantExpr
3045 if (Constant *C = getWithOperands(NewOps, getType(), true)) in handleOperandChangeImpl()
DConstantFold.cpp818 return CE->getWithOperands(Ops, CE->getType()->getVectorElementType(), in ConstantFoldExtractElementInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp1042 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()