Searched defs:getConstant (Results 1 – 3 of 3) sorted by relevance
247 ConstantInst *Module::getConstant(TypeIntInst *type, int32_t value) { in getConstant() function in android::spirit::Module251 ConstantInst *Module::getConstant(TypeIntInst *type, uint32_t value) { in getConstant() function in android::spirit::Module255 ConstantInst *Module::getConstant(TypeFloatInst *type, float value) { in getConstant() function in android::spirit::Module669 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, int32_t value) { in getConstant() function in android::spirit::GlobalSection679 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, uint32_t value) { in getConstant() function in android::spirit::GlobalSection689 ConstantInst *GlobalSection::getConstant(TypeFloatInst *type, float value) { in getConstant() function in android::spirit::GlobalSection
100 public Type getConstant(int slot) { in getConstant() method in Program
273 Constant* getConstant() const { return mConstant; } in getConstant() function