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/ |
D | CanonicalizeAliases.cpp | 59 return CE->getWithOperands(Ops); in canonicalizeAlias()
|
D | ValueMapper.cpp | 474 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/ |
D | ValueList.cpp | 213 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in resolveConstantForwardRefs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 1230 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/ |
D | InferAddressSpaces.cpp | 570 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/ |
D | Constants.cpp | 1285 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()
|
D | ConstantFold.cpp | 818 return CE->getWithOperands(Ops, CE->getType()->getVectorElementType(), in ConstantFoldExtractElementInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1042 return CE->getWithOperands(Ops); in ConstantFoldInstOperandsImpl()
|