Home
last modified time | relevance | path

Searched defs:NewConstant (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dtypes.cc807 Type* Type::NewConstant(double value, Zone* zone) { in NewConstant() function in v8::internal::compiler::Type
820 Type* Type::NewConstant(i::Handle<i::Object> value, Zone* zone) { in NewConstant() function in v8::internal::compiler::Type
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp74 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred)) in getNewICmpValue() local
1222 Value *NewConstant = ConstantExpr::getBitCast(C, SrcTy); in foldCastedBitwiseLogic() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30034 SDValue NewConstant = DAG.getConstant(AddConstant, SDLoc(Add), VT); in promoteSextBeforeAddNSW() local