Searched defs:NewConstant (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | types.cc | 812 Type Type::NewConstant(double value, Zone* zone) { in NewConstant() function in v8::internal::compiler::Type 825 Type Type::NewConstant(JSHeapBroker* js_heap_broker, Handle<i::Object> value, in NewConstant() function in v8::internal::compiler::Type
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 74 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local 1222 Value *NewConstant = ConstantExpr::getBitCast(C, SrcTy); in foldCastedBitwiseLogic() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 59 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 30034 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteSextBeforeAddNSW() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 37495 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteExtBeforeAdd() local
|